PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioAttributeDefinitions Class / get Method
The attribute definition key.
In This Topic
    get Method
    In This Topic
    Gets the attribute definition with the specified key.
    Syntax
    public PDFPortfolioAttributeDefinition get( 
       java.lang.String key
    )

    Parameters

    key
    The attribute definition key.

    Return Value

    The portfolio attribute definition.
    Exceptions
    ExceptionDescription
    When key is null or empty.
    See Also